home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / BIRTH211.ZIP / BIRTHDAY.DOC < prev    next >
Encoding:
Text File  |  1996-03-10  |  26.2 KB  |  727 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.                                                     Birthday  v1.0
  16.                                                          10/3/1996
  17.                                            Author: Horacio Jamilis
  18.                                                  Made in Argentina
  19.  
  20.  
  21.  
  22.                                                         Birthday - 2
  23.        INDEX
  24.  
  25.        INTRODUCTION
  26.           About Birthday ....................................  3
  27.           Characteristic ....................................  3
  28.           Requirements ......................................  3
  29.  
  30.        INSTALLATION
  31.           Decompresion ......................................  4
  32.           Running the installation program ..................  4
  33.  
  34.        UTILIZATION
  35.          THE COMMAND LINE
  36.           Syntax ............................................  5
  37.           Example ...........................................  6
  38.          THE MAIN WINDOW
  39.           Elements ..........................................  7
  40.           The application menu ..............................  7
  41.           The Resume panel ..................................  8
  42.           The Record panel ..................................  8
  43.           The system menu ...................................  9
  44.           The title bar .....................................  9
  45.           The pushbuttons section ........................... 10
  46.           Keys summary of the main window ................... 10
  47.          EDIT WINDOW
  48.           The fields ........................................ 11
  49.           Available keys .................................... 11
  50.          INFORMATION WINDOWS
  51.           Birthday of the day ............................... 12
  52.           Birthday of the week .............................. 12
  53.           Birthday of the month ............................. 13
  54.           Birthday of the next n days ....................... 13
  55.  
  56.        LEGAL NOTES
  57.           Commercial character and responsibility of
  58.             the author ...................................... 14
  59.           Trademark ......................................... 14
  60.  
  61.        NOTES OF THE AUTHOR
  62.           The asking ........................................ 15
  63.           Limitations ....................................... 15
  64.           The future ........................................ 15
  65.           Mistakes and suggestions reports .................. 16
  66.           Dedication and gratefulness ....................... 16
  67.           How to contact the author ......................... 16
  68.  
  69.  
  70.  
  71.                                                         Birthday - 3
  72. INTRODUCTION
  73.  
  74. About Birthday:
  75.  
  76.     This program shows the persons that reaches years within a given period.
  77.  
  78.     Permit to see who reaches years today, in this week, in this month,
  79.     or in the next n days (being n among 1 and 180).
  80.  
  81. Characteristic:
  82.  
  83.     So much in the birthday lists of the day, of the week or of the
  84.     month, you can see the corresponding day, week or month, previous
  85.     or following.
  86.  
  87.     In this version only can be loaded until 450 persons by file,
  88.     having no limit the quantity of files that it can use.
  89.  
  90.     The program have a protection system that avoids that you lose the
  91.     modifications accomplished to the file and not kept in case that the
  92.     machine is hung.
  93.  
  94.     The following time that execute the program, and has this to enter
  95.     the main window, will give to you the opportunity of recovering the
  96.     not kept file.
  97.  
  98.     The program comes in two versions:
  99.  
  100.       Spanish, call Cumpleaños distributed as Cumpl2XX.ZIP
  101.       English, call BirthDay distributed as Birth2XX.ZIP
  102.  
  103.     where XX indicates the number of version.
  104.  
  105.     The version 1.0 in Spanish is distributed as Cumpl210.ZIP
  106.  
  107. Requirements:
  108.  
  109.     This program requires to operate OS/2 and the minimal requirements of
  110.     this. It was tested with the version Warp 3.0 red spin, but certainly
  111.     it must operate with the rest of the versions of Warp (and I don't
  112.     know with with OS/2 2.1).
  113.  
  114.  
  115.  
  116.                                                         Birthday - 4
  117. INSTALLATION
  118.  
  119. Decompresion:
  120.  
  121.     To this height you must already have the distribution package
  122.     decompresed.
  123.  
  124.     For if chance still not it decompres, get into the subdirectory
  125.     in the one which wishes to locate Birthday. If it did not exist,
  126.     use the command MD Dir_Name to create it and then locate in that
  127.     directory using CD Dir_Name.
  128.  
  129.     Once in the subdirectory selected (the one which is not necessary that
  130.     it is empty) proceed to the decompresion.
  131.  
  132.     For this, you needs the file Unzip.EXE from InfoZip that is not
  133.     distributed in this package. It is required an OS/2 decompressor to
  134.     maintain the extended attributes of the executable.
  135.  
  136.     Type:
  137.  
  138.     Unzip X:\Path\Birthday <Enter>
  139.  
  140.     being X the unit in the one which is found the package compressed
  141.     and Path the road toward the package.
  142.  
  143.     Once decompressed successfully, you will have the files:
  144.  
  145.     BirthDay.EXE (the executable)
  146.     BirthDay.DOC (this file)
  147.     BirthDay.CAS (a file of birthday records) and
  148.     Install.CMD (the REXX program of installation)
  149.     File_Id.DIZ (description of the program).
  150.  
  151. Running the installation program:
  152.  
  153.     Once decompressed the file, execute the installation program typing:
  154.  
  155.     Install <Enter>
  156.  
  157.     The installation program will ask you if wishes to put an icon of
  158.     object to enter program in the desktop and also will ask you if
  159.     wishes to put an icon on the startup group, and in the event of
  160.     answering affirmatively, you will have to specify with which action
  161.     (to inform the birthday of the day, of the week, of the month or of
  162.     the next n days where you will have to specify n).
  163.  
  164.     If by any motive are erased these icons, so much of the desktop as of
  165.     the startup group, reexecute Install to recreate them.
  166.  
  167.     The installation is completed.
  168.  
  169.     It is not required any type of configuration.
  170.  
  171.  
  172.  
  173.                                                         Birthday - 5
  174. UTILIZATION - THE COMMAND LINE
  175.  
  176. Syntax:
  177.  
  178.     BirthDay [/F:FileName.Ext] [/V:X] [/N:NN] [/D] [/W] [/M] [/?]
  179.  
  180.     Use BirthDay without parameters to enter the main window of the program
  181.     using the default file ("BirthDay.CAS").
  182.  
  183.     To use other file put its name and extension on the parameter /F.
  184.  
  185.     To force the appearance of the window, even when there is nobody that
  186.     reaches years during the period use /V:Y.  On the contrary with /V:N
  187.     force the not appearance of the information window supposing they
  188.     may not have persons that reaches years in the specified period.
  189.     This is the default value.
  190.  
  191.     To see the persons that reaches years in the next 10 days, use the
  192.     option /P:10.
  193.  
  194.     To see the persons that reaches years today,  use the parameter /D.
  195.  
  196.     To see the persons that reaches years in this week, use the
  197.     parameter /S.
  198.  
  199.     To see the persons that reaches years in this month, use the
  200.     parameter /M.
  201.  
  202.     To see a simple list of the parameters that admits, use /?  or /H.
  203.  
  204.     Can be used both upercase and lowercase for the parameters.
  205.  
  206.     Can be used the bar ("/") as well as the hyphen ("-") as indicative of
  207.     parameter.
  208.  
  209.     The two points (":") are optional.
  210.  
  211.     Also it can use a convination of all of them.
  212.  
  213.  
  214.  
  215.                                                         Birthday - 6
  216. UTILIZATION - THE COMMAND LINE
  217.  
  218. Example:
  219.  
  220.     BirthDay /F:File1.Cas -vy /D /V:N /W -ffile2 -M -P5 /p15 <Enter>
  221.  
  222.     first causes that use the file File1.Cas, force the appearance
  223.     of the information window and then shows the persons that reaches
  224.     years today among those which are in the file File1.Cas. This window
  225.     will appear yet if nobody reaches years today. Then force the not
  226.     appearance of the information window therefore below is fixed if
  227.     someone reaches or reached years in the current week, and only
  228.     if there is someone appears the information window showing them
  229.     also from the file File1.Cas. Then it loads the file file2 (without
  230.     extension) and shows the persons that reaches years in the current
  231.     month (if there is not nobody neither appears the window). Finally
  232.     it revises if there is someone that reaches years today or within the
  233.     next 5 days and finally search among today and the next 15 days.
  234.  
  235.     If the last parameter would be /F:FileName.Ext, it would open the
  236.     main window of the program using the file FileName.Ext.
  237.  
  238.     As could appreciate, the parameters are processed in the order in
  239.     which are entered.
  240.  
  241.  
  242.  
  243.                                                         Birthday - 7
  244. UTILIZATION - THE MAIN WINDOW
  245.  
  246. Elements:
  247.  
  248.     The main window counts of the following elements:
  249.       - A system menu (that appears upon presing the icon that
  250.         is at the left of the title bar);
  251.       - The title bar (in the central upper part of the window);
  252.       - The button to minimize the window (at the right of the title bar);
  253.       - The application menu (immediately under the title bar);
  254.       - A Resume panel (in the left central part of the window);
  255.       - A Record panel (in the raight central part of the window);
  256.       - A pushbuttons sector (in the lower part of the window).
  257.  
  258. The application menu:
  259.  
  260.     In the application menu there is two submenus:
  261.       - File and
  262.       - BirthDay
  263.  
  264.     In the File submenu you have the options:
  265.       - New: to create a new file.
  266.       - Open: to open an existing file.
  267.       - Save: to save the file that it is being using.
  268.       - Save As: to keep the current file with a new file name.
  269.       - Product Information: shows the current version of the product.
  270.       - Exit: close the application.
  271.  
  272.     Also you can accede to some of these options using determined
  273.     convinations of keys in the main window:
  274.  
  275.      - Save with Alt+G or Alt+S.
  276.      - Exit with F3, Alt+X or Alt+F4.
  277.  
  278.     In all the cases of convination of keys of the type Alt+X, means that
  279.     you must press the key ALT, and while maintains it pressed must pulsate
  280.     the key X. F3 is the third function key.
  281.  
  282.     In the BirthDay submenu you have the options:
  283.       - Day: to obtain a list from the persons of the file that it is
  284.              opened currently and reaches years today.
  285.       - Week: to obtain a list from the persons of the file that it is
  286.               opened currently and reaches years this week.
  287.       - Month: to obtain a list from the persons of the file that it is
  288.                opened currently and reaches years this month.
  289.       - Next days: to obtain a list from the persons of the current file
  290.                    that reaches years among today and n days toward
  291.                    forward, being able to specify n among 1 and 180.
  292.  
  293.  
  294.  
  295.                                                         Birthday - 8
  296. UTILIZATION - THE MAIN WINDOW
  297.  
  298.     Also you can accede to some of these options using determined
  299.     convinations of keys in the main window:
  300.       - Day with Ctrl+D.
  301.       - Week with Ctrl+W.
  302.       - Month with Ctrl+M.
  303.       - Next days with Ctrl+N.
  304.  
  305.     In all these cases, Ctrl+X means that you must press the key
  306.     CONTROL, and while is maintained pressed, you press the key X.
  307.  
  308. The resume panel:
  309.  
  310.     In the resume panel (in the left central part of the main window),
  311.     is shown the number of the current record and the total number of
  312.     records of the opened file.
  313.  
  314.     The number always are completed with zeroes to have 3 digits.
  315.  
  316.     For example, if in this section appears:
  317.  
  318.      023/126
  319.  
  320.     mean that we are interacting with the record number 23, and that the
  321.     file that it is being using has 126 records.
  322.  
  323.     Below, in this same panel is shown the age of the person of the
  324.     current record (according to his birth date).
  325.  
  326. The Record panel:
  327.  
  328.     In the record panel are shown the data of the current record.
  329.  
  330.     The data that are kept in the record are:
  331.       - The name
  332.       - The last name
  333.       - The birth date, split into day, month and year (in this order).
  334.  
  335.     Continuing with the example, will show us the information of the
  336.     record number 23 like this:
  337.  
  338.     Names: Juan Andrés
  339.     Last Name: Lopez
  340.     Birth Date: 15/06/1990
  341.  
  342.  
  343.  
  344.                                                         Birthday - 9
  345. UTILIZATION - THE MAIN WINDOW
  346.  
  347. The system menu:
  348.  
  349.     The system menu is the standard menu of the applications of OS/2 PM.
  350.     Not all its options are available due to the fact that the main
  351.     window does not permit to change its size. Due to this the options
  352.     Size, Hide and Maximize are not available.
  353.  
  354.     The rest of the options can be used and caused the customary effect.
  355.  
  356.     Use Move to move the main window through the screen. Also you can
  357.     move the window dragging the title bar with the pointer of the mouse
  358.     or presing Alt+F7.
  359.  
  360.     Use Minimize to reduce the window to its minimal size, an icon, the
  361.     one which will be located in the minimized windows visor, in the
  362.     desktop or will be hided, according to the form in which it is
  363.     configured in the Window eyelash in the configuration file of
  364.     BirthDay to the one which is acceded presing with the mouse right
  365.     button on the icon of BirthDay and select Values in the emerging menu.
  366.  
  367.     Also you can minimize the main window presing with the pointer of the
  368.     mouse on the icon to minimize (in the extreme superior right to the
  369.     main window) or presing Alt+F9.
  370.  
  371.     Use Close to end the execution of the application. Also you can use,
  372.     as was explained previously, Alt+F4, F3 or Alt+X.
  373.  
  374.     Use Windows List to see the list of the active windows (of this or
  375.     other programs).  Also you can accede to this list presing Ctrl+Esc.
  376.  
  377. The title bar:
  378.  
  379.     The title bar contains information of the current operation of the
  380.     program.
  381.  
  382.     The contents of the title bar is the same that identifies this
  383.     application in the windows list (to which accedes with Ctrl+Esc).
  384.  
  385.     The information that appears in this bar is:
  386.       - The name of the application  "BirthDay"
  387.       - The name of the current file (or Unnamed.CAS if you still not
  388.         assign a name to the file).
  389.       - An asterisk before of the name of the file if were accomplished
  390.         modifications to the file (high, decreases or modifications)
  391.         and yet they have not been saved.
  392.  
  393.  
  394.  
  395.                                                        Birthday - 10
  396. UTILIZATION - THE MAIN WINDOW
  397.  
  398. The pushbuttons section:
  399.  
  400.     For finishing, in the lower part of the main window you has five
  401.     pushbuttons:
  402.       - Edit
  403.       - New
  404.       - Delete
  405.       - Previous
  406.       - Next
  407.  
  408.     Use the Edit button (or pulsate the key E) to edit the information
  409.     of the current record in the edit window. With this you will be able
  410.     to change the names, last names and the birth date of the current
  411.     record.
  412.  
  413.     Use New (or pulsate the key N or Insert) to create a new record. In
  414.     this case it will appear the edit window without name neither last
  415.     name and with the date 01/01/1990. Modify this information by the
  416.     adequate and pulsate Enter to accept or Esc to cancel.
  417.  
  418.     Use Delete (or pulsate D or Delete) to erase the current record. Upon
  419.     selecting this option will be requested to your confirmation before
  420.     erasing the current record. Once you selected the option and
  421.     confirmed, the record will not be able be recovered.
  422.  
  423.     Use Previous (or pulsate S or the upward arrow) to see the content
  424.     of the previous record. It does not has any effect if seeing the
  425.     record number 1.
  426.  
  427.     Use Next (or pulsate X or the downward arrow) to see the content of
  428.     the following record. It does not has any effect if seeing the
  429.     last record of the current file.
  430.  
  431. Keys summary of the main window:
  432.  
  433.     N or Insert to create a new record.
  434.     E to edit the information of the current record.
  435.     D or Delete to erase the current record.
  436.     S or Arrow Up to see the previous record.
  437.     X or Arrow Down to see the next record.
  438.     Ctrl+D to see the birthday of the day.
  439.     Ctrl+W to see the birthday of the week.
  440.     Ctrl+M to see the birthday of the month.
  441.     Ctrl+N to see the birthday of the next n days.
  442.     Alt+S or Alt+G to save the current file.
  443.     Alt+F to open the files menu.
  444.     Alt+B to open the birthday menu.
  445.     Alt+X, F3 or Alt+F4 to close the application.
  446.  
  447.  
  448.  
  449.                                                        Birthday - 11
  450. UTILIZATION - EDIT WINDOW
  451.  
  452. The fields:
  453.  
  454.     The edit window is split into 5 fields:
  455.       - Names
  456.       - Last name
  457.       - Day of birth
  458.       - Month of birth
  459.       - Year of birth
  460.  
  461.     Weigh to the name of the first two fields, you can use them for any
  462.     other propose. For example:
  463.  
  464.     Names: Anniversary of Married of
  465.     Last name: Ana y Jose Lopez
  466.  
  467.     or something else that you want.
  468.  
  469.     However, if we remain with the original objective of the program,
  470.     the fields are for names and last name respectively.
  471.  
  472.     In the others three fields should be entered the day, month and year
  473.     of the birth of the person (or well of the marriage). The date must
  474.     be valid (the program confirms it) and past (can not be entered
  475.     future dates). This date is indispensable!
  476.  
  477. Available keys:
  478.  
  479.     In the Names and Last name fields you can use any character, so much
  480.     letters and numbers as any other simbol. These fields accept until 32
  481.     characters (though in the main window could not see all of them).
  482.  
  483.     To jump of a field to the other use the key Tab (or Alt+Tab to go in
  484.     opposite sense).
  485.  
  486.     In the fields of day, month and year of birth, you there can either,
  487.     to enter the corresponding numbers, or well to use the arrows for up
  488.     and for down.
  489.  
  490.     The years should be entered in format of 4 digit. For example 1996
  491.     (and not 96!). They are accepted years among 1900 and 2100 (but to
  492.     use the year 2100 is going to must wait to arrive to him since can
  493.     not be put subsequent dates to the current).
  494.  
  495.     Once are completed the five fields, pulsate enter to accept or the
  496.     Ok button to accept, or Esc or the Cancel button to cancel.
  497.  
  498.  
  499.  
  500.                                                        Birthday - 12
  501. UTILIZATION - INFORMATION WINDOWS
  502.  
  503. Birthday of the day:
  504.  
  505.     This window informs the persons of the used file that reaches years
  506.     in the specified date and the quantity of years that reaches.
  507.  
  508.     In the title bar appears the date to the one which is made reference,
  509.     in the format DD/MM/YYYY.
  510.  
  511.     The specified date when appears the window is the current date.
  512.     However you can go to a subsequent or previous date using the Next
  513.     or Previous pushbuttons or presing their first letter.
  514.  
  515.     The window permits to mark one line at the same time with the only
  516.     one objective of seeing it better.
  517.  
  518.     Upon selecting Close, is closed the information window.
  519.  
  520. Birthday of the Week:
  521.  
  522.     This window informs the persons of the used file that reaches years
  523.     in the specified week, the quantity of years that fulfil and the day
  524.     of the specified week in which reaches.
  525.  
  526.     In the title bar appears the initial and final date of the week to the
  527.     one which is made reference in the format DD/MM/YYYY to DD/MM/YYYY.
  528.  
  529.     The used week when appears the window is the current week. However
  530.     you can go to a subsequent or previous week using the Next or
  531.     Previous pushbutton or presing them first letter.
  532.  
  533.     The window permits to mark one line at the same time with the only
  534.     one objective of seeing it better.
  535.  
  536.     Upon selecting Close, is closed the information window.
  537.  
  538.  
  539.  
  540.                                                        Birthday - 13
  541. UTILIZATION - INFORMATION WINDOWS
  542.  
  543. Birthday of the Month:
  544.  
  545.     This window informs the persons of the used file that reaches years
  546.     in the specified month, the quantity of years that reaches and the
  547.     day of the month in which reaches.
  548.  
  549.     In the title bar appears the month and the year to which is made
  550.     reference in the format Month YYYY. (ie: April 1996).
  551.  
  552.     The used month when appears the window is the current month. However
  553.     you can go to a subsequent or previous month using the Next or
  554.     Previous pushbutton or presing their first letter.
  555.  
  556.     The window permits to mark one line at the same time with the only
  557.     one objective of seeing it better.
  558.  
  559.     Upon selecting Close, is closed the information window.
  560.  
  561. Birthday of the next n days:
  562.  
  563.     If you select "Next days" of the menu of the principal window or
  564.     presing Ctrl+N, you arrive to a small window in the one which you
  565.     must specify the quantity of days in the future in which you wish
  566.     to know who reaches years. Once it introduced this number (which
  567.     can not be out of the range 1 to 180), appears a similar information
  568.     window to the other, unless that it does not has the Previous and
  569.     Next options.
  570.  
  571.     If you are acceding to the information window using the parameter
  572.     /P:NN this first window does not appear since you specify the
  573.     quantity day in NN.
  574.  
  575.     Once in the information window, appear the names and last names of
  576.     the persons that reaches years before happen the quantity of days
  577.     specified, the age that reaches and the quantity of days that lack
  578.     for their birthday.
  579.  
  580.     In the title bar appear the current date as well as the final date
  581.     (that it is within NN days).
  582.  
  583.     You end this application presing the Close button just as in the
  584.     others information windows.
  585.  
  586.     From the main window, when invokes anyone of these four information
  587.     windows, these always appear, have or not information, as if
  588.     might have been specified the parameter /V:Y in the command line.
  589.  
  590.  
  591.  
  592.                                                        Birthday - 14
  593. LEGAL NOTES
  594.  
  595. Commercial character and responsibility of the author:
  596.  
  597.     This program is freeware, what means that you have the right of
  598.     using and distributing this program so much as wants in so much
  599.     not accomplishes to modification. This not gives to you right to
  600.     modify it in any way.
  601.  
  602.     This program is provided as is. Without any implicit neither
  603.     explicit guarantee of the fact that make something else that to
  604.     occupy space in your hard disk.
  605.  
  606.     The author is not made responsible for the damages that could cause
  607.     the utilization of this program (material as well as sentimental).
  608.  
  609.     You upon using this program assumes completes responsibility on the
  610.     results of the utilization of this software.
  611.  
  612. Trademark:
  613.  
  614.     IBM, and OS/2 are trademark of International Business Machines
  615.     Corporation.
  616.  
  617.     Windows it is trademark of Microsoft Corporation.
  618.  
  619.  
  620.  
  621.                                                        Birthday - 15
  622. NOTES OF THE AUTHOR
  623.  
  624. The asking:
  625.  
  626.     This is the first version of the program, and if God wants does not
  627.     is going to be the last.
  628.  
  629.     As you should now by the preceding paragraphs this program is
  630.     freeware, therefore you do not must pay nothing for him. However, I
  631.     happened many days in front to the monitor of my computer. And if I
  632.     continue improving it, I go to use many days more.
  633.  
  634.     Regrettably I can not give me the luxury of devoting much time, since
  635.     as most of the fatal, must work. But I have the luck of working in
  636.     independent form (for my same) therefore I can accommodate the
  637.     schedules as more knows me.
  638.  
  639.     What I intend, it is that if likes you this software, sends a
  640.     donation to the author with what you create that is worths the
  641.     accomplished effort.
  642.  
  643. Limitations:
  644.  
  645.     This version is limited to 450 records by file (those which I suppose
  646.     will be sufficient for most users).
  647.  
  648.     The first year of birth that accepts is 1900 and the last 2100.
  649.  
  650.     Accept until 32 characters for the names and 32 for the last name.
  651.  
  652. The future:
  653.  
  654.    This is the first version of this product, and I wait that it will
  655.    not be the last. In the next versions I wait:
  656.  
  657.    - To add on line help.
  658.    - To add an option of The Birthday from the last occupational date.
  659.    - A configuration file.
  660.    - Versions for DOS and Windows.
  661.    - Versions in other languages (now are only available in Spanish
  662.      and English).
  663.  
  664.  
  665.  
  666.                                                        Birthday - 16
  667.  
  668. NOTES OF THE AUTHOR
  669.  
  670. Mistakes and suggestions report:
  671.  
  672.     This is the first version of the program, therefore it is probable
  673.     that has mistakes. In fact, I submitted it to numerous tests, of
  674.     those which left thoroughly airy. Therefore I'm not sure that it
  675.     has bugs. But no program are free.
  676.  
  677.     If detects some problem, sends me as soon as possible a note (by
  678.     letter, E-MAIL or NetMail according to knows to you), detailing
  679.     possible the best the mistake and the conditions in which is produced.
  680.     In what is possible describe your equipment (processor, memory,
  681.     free disk space, video card, OS/2 version, etc.).
  682.  
  683.     On the other hand, if has suggestions to improve the product, let me
  684.     know. It does not make lack that order a donation so that I work in a
  685.     suggestion. Alone makes lack that seem me reasonable and could devote
  686.     time.
  687.  
  688. Dedication and gratefulness:
  689.  
  690.     I want to devote this program to my mother and to my dad that sustain
  691.     me every day, and do not disturb too much when me softly working until
  692.     4 of the morning.
  693.  
  694.     I want to thank to my brother Guillermo by the idea. It was occurred
  695.     to him that it make this program, alone that was wanting it for
  696.     Windows ...  must follow waiting :-)
  697.  
  698.     I want to thank to my brother Eduardo by obtaining me bibliography
  699.     about of the Presentation Manager, without the one which might not
  700.     have been able to do nothing.
  701.  
  702.     And since are I thank to my brother Ricardo, so that is not put
  703.     zealous ;-)
  704.  
  705.     I want to thank to Juan Jose Comellas by his initial support.
  706.  
  707.     And I want to thank to IBM by accomplishing this wonderful operating
  708.     system.
  709.  
  710. How to contact to the author:
  711.  
  712.     You can find me writing me to:
  713.  
  714.     Jose Indart 202
  715.     Lomas del Mirador (1752)
  716.     Buenos Aires - Argentina
  717.     America del Sur
  718.  
  719.     or by Internet E-MAIL in
  720.  
  721.     ajamilis@econ.uba.ar
  722.  
  723.     or by NetMail to
  724.  
  725.     4:901/113.3 for FidoNet or
  726.     65:700/221 for EcoNet Sudamerica.
  727.